-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Documented CSRF protection in login forms #3327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
wouterj
commented
Dec 14, 2013
Q | A |
---|---|
Doc fix? | no |
New docs? | yes |
Applies to | all |
Fixed tickets | #3059 |
|
||
When using a login form, you should make sure that you are protected for CSRF | ||
(`Cross-site request forgery`_). The Security component already has build-in support | ||
form CSRF. In this article, you'll learn how you can use it in your login form. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for instead of form
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove comma after article i think
thank you guys, fixed them all! I don't have any clue why @zczapran's commits are included in this PR, everything is completely up to date... |
Did you add the new article to the cookbook list? |
@wouterj did you branch off the |
@ggam is right. You need to add the article to |
@xabbuh I rebased it on origin/2.3 |
weird |
Documented CSRF protection in login forms
Thanks Wouter! Very nice job with this - complete, but straight to the point :). Cheers! |